|
A racetrack problem is a specific instance of a type of race condition. A racetrack problem is a flaw in a system or process whereby the output and/or result of the process is unexpectedly and critically dependent on the sequence or timing of other events that run in a circular pattern. Note that this problem is semantically different from a race condition because of the circular nature of the problem. The term originates with the idea of two signals racing each other in a circular motion to influence the output first. Racetrack problems can occur in electronics systems, especially logic circuits, and in computer software, especially multithreaded or distributed programs. ==See also== *Race Condition *Concurrency control *Deadlock *Synchronization *Therac-25 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Racetrack problem」の詳細全文を読む スポンサード リンク
|